e2422f
@@ -2125,7 +2125,7 @@
public static long toTime(String value, TimeUnit inputUnit, TimeUnit outUnit) {
 
   public static TimeUnit unitFor(String unit, TimeUnit defaultUnit) {
     unit = unit.trim().toLowerCase();
-    if (unit.isEmpty()) {
+    if (unit.isEmpty() || unit.equals("l")) {
       if (defaultUnit == null) {
         throw new IllegalArgumentException("Time unit is not specified");
       }
